home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / a_to_d / dateselt / dateselt.dfm / dateselt.txt
Encoding:
Text File  |  1996-09-15  |  1.3 KB  |  46 lines

  1. object Calendarfrm: TCalendarfrm
  2.   Left = 207
  3.   Top = 100
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 119
  7.   ClientWidth = 175
  8.   Color = clSilver
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   PixelsPerInch = 96
  15.   OnKeyDown = FormKeyDown
  16.   OnMouseDown = FormMouseDown
  17.   OnMouseMove = FormMouseMove
  18.   OnMouseUp = FormMouseUp
  19.   OnPaint = FormPaint
  20.   TextHeight = 16
  21.   object LeftBtn: TSpeedButton
  22.     Left = 4
  23.     Top = 4
  24.     Width = 14
  25.     Height = 14
  26.     Glyph.Data = {
  27.       78000000424D78000000000000003E0000002800000008000000080000000100
  28.       010000000000200000000000000000000000000000000000000000000000FFFF
  29.       FF00FF000000F7000000E7000000C7000000C7000000E7000000F7000000FF00
  30.       00000000000000000000000000000000000000000000000000000000}
  31.     OnClick = LeftBtnClick
  32.   end
  33.   object RightBtn: TSpeedButton
  34.     Left = 158
  35.     Top = 4
  36.     Width = 14
  37.     Height = 14
  38.     Glyph.Data = {
  39.       78000000424D78000000000000003E0000002800000008000000080000000100
  40.       010000000000200000000000000000000000000000000000000000000000FFFF
  41.       FF00FF330000EFFF0000E7FF0000E3FB0000E3FF0000E7EF0000EF0B0000FF1F
  42.       00000000000000000000000000000000000000000000000000000000}
  43.     OnClick = RightBtnClick
  44.   end
  45. end
  46.